projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dad2fc0
)
(Info-mode-map): Correct Info-top to Info-top-node.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 30 May 1993 20:04:48 +0000
(20:04 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 30 May 1993 20:04:48 +0000
(20:04 +0000)
lisp/info.el
patch
|
blob
|
history
diff --git
a/lisp/info.el
b/lisp/info.el
index ae97bf270487c120a90b68b49dfbb3e26045dac6..987965042342615a4e9154c141da966ba931ce1b 100644
(file)
--- a/
lisp/info.el
+++ b/
lisp/info.el
@@
-1135,7
+1135,7
@@
At end of the node's text, moves to the next node."
(define-key Info-mode-map "p" 'Info-prev)
(define-key Info-mode-map "q" 'Info-exit)
(define-key Info-mode-map "s" 'Info-search)
- (define-key Info-mode-map "t" 'Info-top)
+ (define-key Info-mode-map "t" 'Info-top
-node
)
(define-key Info-mode-map "u" 'Info-up)
(define-key Info-mode-map "," 'Info-index-next)
(define-key Info-mode-map "\177" 'Info-scroll-down)